home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / TPLATE31.QDH < prev    next >
Text File  |  1994-04-01  |  2KB  |  104 lines

  1. //
  2. // template 31 for qdhelp
  3. // Use this template if you are going to build help
  4. // for windows 3.1
  5. //
  6. // This is a sample template for use in building
  7. // help files using the QDHELP program.  These
  8. // templates give you the basic building blocks
  9. // to quickly put together a help file for your
  10. // programs.
  11. //
  12. //
  13.  
  14. //
  15. // set up the options for the .hpj file
  16. //
  17.  
  18. /hpjoption COPYRIGHT,Copyright Phil Allen 1991-1992
  19. /hpjoption REPORT,ON
  20. /hpjoption TITLE,TEMPLATE FOR WIN 3.1
  21.  
  22. /hpjconfig BrowseButtons()
  23. /hpjoption CONTENTS,TPLATE_INDEX
  24.  
  25. //
  26. // start of topics
  27. //
  28.  
  29. /topic TPLATE_INDEX
  30.  
  31.     /title Template #31
  32.     
  33.     /para \sa150
  34.     /text \b\i\fs50,Template #31
  35.     /endpara
  36.  
  37.     /para \fi200 \sa150
  38.     This is template #31 for the QDHELP system.  This template
  39.     has a large title then an introductory paragraph. Follow
  40.     that comes bold topic headings and paragraphs for each
  41.     topic.
  42.     /endpara
  43.  
  44.     /para \sa150
  45.     /text \b\fs30,Topic Heading 
  46.     /endpara
  47.  
  48.     /para \fi200 \sa150
  49.     This is the topic heading paragraph.  It will contain
  50.     information on the topic heading.  Next you will find
  51.     a series of links to the subtopics of this topic.
  52.     /endpara
  53.  
  54.     /para 
  55.     /link SUBTOPIC1,Sub Topic 1
  56.     /endpara    
  57.  
  58.     /para
  59.     /link SUBTOPIC2,Sub Topic 2
  60.     /endpara
  61.  
  62. /endtopic
  63.  
  64. //
  65. // subtopic 1
  66. //
  67.  
  68. /topic SUBTOPIC1
  69.  
  70.     /title Sub Topic 1
  71.     /keywords subtopic1,topic
  72.     /browse subtopic,1
  73.  
  74.     /para \sa150
  75.     /text \b\i\fs50,Sub Topic 1 Title
  76.     /endpara
  77.  
  78.     /para 
  79.     This will be the text for the sub topic 1 information.
  80.     /endpara
  81.  
  82. /endtopic
  83.  
  84. //
  85. // subtopic 2
  86. //
  87.  
  88. /topic SUBTOPIC2
  89.  
  90.     /title Sub Topic 2
  91.     /keywords subtopic2,topic
  92.     /browse subtopic,2
  93.  
  94.     /para \sa150
  95.     /text \b\i\fs50,Sub Topic 2 Title
  96.     /endpara
  97.  
  98.     /para 
  99.     This will be the text for the sub topic 2 information.
  100.     /endpara
  101.  
  102. /endtopic
  103.     
  104.